Open
Bug 1890755
Opened 1 year ago
Updated 20 days ago
Implement NavigateEvent
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
ASSIGNED
People
(Reporter: farre, Assigned: farre)
References
(Depends on 4 open bugs, Blocks 1 open bug)
Details
This includes the attributes:
readonly attribute NavigationType navigationType;
readonly attribute NavigationDestination destination;
readonly attribute boolean canIntercept;
readonly attribute boolean userInitiated;
readonly attribute boolean hashChange;
readonly attribute AbortSignal signal;
readonly attribute FormData? formData;
readonly attribute DOMString? downloadRequest;
readonly attribute any info;
readonly attribute boolean hasUAVisualTransition;
but we purposefully exclude the methods and implement them separately in Bug 1897439
undefined intercept(optional NavigationInterceptOptions options = {});
undefined scroll();
Assignee | ||
Updated•1 year ago
|
Type: defect → task
Assignee | ||
Updated•1 year ago
|
Depends on: 1895254
Summary: Implement NavigateEvent → Implement NavigateEvent and `Navigation.onnavigate`
Assignee | ||
Updated•5 months ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 months ago
|
Depends on: 1949499
Summary: Implement NavigateEvent and `Navigation.onnavigate` → Implement NavigateEvent
You need to log in
before you can comment on or make changes to this bug.
Description
•